pub struct AuxCBox {
pub urn: &'static str,
}
Fields§
§urn: &'static str
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuxCBox
impl RefUnwindSafe for AuxCBox
impl Send for AuxCBox
impl Sync for AuxCBox
impl Unpin for AuxCBox
impl UnwindSafe for AuxCBox
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more