pub struct utee_attribute { /* private fields */ }Auto Trait Implementations§
impl Freeze for utee_attribute
impl RefUnwindSafe for utee_attribute
impl Send for utee_attribute
impl Sync for utee_attribute
impl Unpin for utee_attribute
impl UnwindSafe for utee_attribute
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