pub struct StatusSetLibraryName;Expand description
Type status: Set the library name
Auto Trait Implementations§
impl Freeze for StatusSetLibraryName
impl RefUnwindSafe for StatusSetLibraryName
impl Send for StatusSetLibraryName
impl Sync for StatusSetLibraryName
impl Unpin for StatusSetLibraryName
impl UnwindSafe for StatusSetLibraryName
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