pub struct layerlistsep(/* private fields */);
Trait Implementations§
Source§impl Debug for layerlistsep
impl Debug for layerlistsep
Source§impl Default for layerlistsep
impl Default for layerlistsep
Source§impl IntoAttribute for layerlistsep
impl IntoAttribute for layerlistsep
Source§impl PartialEq for layerlistsep
impl PartialEq for layerlistsep
impl StructuralPartialEq for layerlistsep
Auto Trait Implementations§
impl Freeze for layerlistsep
impl RefUnwindSafe for layerlistsep
impl Send for layerlistsep
impl Sync for layerlistsep
impl Unpin for layerlistsep
impl UnwindSafe for layerlistsep
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