pub struct Dlsl(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Dlsl
impl Ord for Dlsl
Source§impl PartialOrd for Dlsl
impl PartialOrd for Dlsl
impl Copy for Dlsl
impl Eq for Dlsl
impl StructuralPartialEq for Dlsl
Auto Trait Implementations§
impl Freeze for Dlsl
impl RefUnwindSafe for Dlsl
impl Send for Dlsl
impl Sync for Dlsl
impl Unpin for Dlsl
impl UnwindSafe for Dlsl
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