pub struct WrapTopAndBottom {}
Trait Implementations§
Source§impl Clone for WrapTopAndBottom
impl Clone for WrapTopAndBottom
Source§fn clone(&self) -> WrapTopAndBottom
fn clone(&self) -> WrapTopAndBottom
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WrapTopAndBottom
impl Debug for WrapTopAndBottom
Source§impl Default for WrapTopAndBottom
impl Default for WrapTopAndBottom
Source§fn default() -> WrapTopAndBottom
fn default() -> WrapTopAndBottom
Returns the “default value” for a type. Read more
Source§impl From<WrapTopAndBottom> for Wrap
impl From<WrapTopAndBottom> for Wrap
Source§fn from(original: WrapTopAndBottom) -> Wrap
fn from(original: WrapTopAndBottom) -> Wrap
Converts to this type from the input type.
Source§impl<'__input> XmlRead<'__input> for WrapTopAndBottom
impl<'__input> XmlRead<'__input> for WrapTopAndBottom
Auto Trait Implementations§
impl Freeze for WrapTopAndBottom
impl RefUnwindSafe for WrapTopAndBottom
impl Send for WrapTopAndBottom
impl Sync for WrapTopAndBottom
impl Unpin for WrapTopAndBottom
impl UnwindSafe for WrapTopAndBottom
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