pub struct AutoWrap(/* private fields */);Expand description
DEC 7 (DECAWM) — autowrap at the right margin.
Implementations§
Trait Implementations§
impl Copy for AutoWrap
Source§impl<'de> Deserialize<'de> for AutoWrap
impl<'de> Deserialize<'de> for AutoWrap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AutoWrap
impl StructuralPartialEq for AutoWrap
Auto Trait Implementations§
impl Freeze for AutoWrap
impl RefUnwindSafe for AutoWrap
impl Send for AutoWrap
impl Sync for AutoWrap
impl Unpin for AutoWrap
impl UnsafeUnpin for AutoWrap
impl UnwindSafe for AutoWrap
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