pub struct SLConfig {}Implementations§
Trait Implementations§
Source§impl From<SLConfig> for Descriptor
impl From<SLConfig> for Descriptor
impl Copy for SLConfig
impl Eq for SLConfig
impl StructuralPartialEq for SLConfig
Auto Trait Implementations§
impl Freeze for SLConfig
impl RefUnwindSafe for SLConfig
impl Send for SLConfig
impl Sync for SLConfig
impl Unpin for SLConfig
impl UnwindSafe for SLConfig
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