pub struct ASS_Library { /* private fields */ }Trait Implementations§
Source§impl Default for ASS_Library
impl Default for ASS_Library
Source§fn default() -> ASS_Library
fn default() -> ASS_Library
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ASS_Library
impl RefUnwindSafe for ASS_Library
impl !Send for ASS_Library
impl !Sync for ASS_Library
impl Unpin for ASS_Library
impl UnsafeUnpin for ASS_Library
impl UnwindSafe for ASS_Library
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