pub struct Outline { /* private fields */ }Trait Implementations§
Source§impl ExternType for Outline
impl ExternType for Outline
Auto Trait Implementations§
impl !Freeze for Outline
impl RefUnwindSafe for Outline
impl !Send for Outline
impl !Sync for Outline
impl !Unpin for Outline
impl UnsafeUnpin for Outline
impl UnwindSafe for Outline
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