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