pub struct TrailingWhitespaceMethod;
Implementations§
Trait Implementations§
Source§impl Capacity for TrailingWhitespaceMethod
impl Capacity for TrailingWhitespaceMethod
Source§impl Debug for TrailingWhitespaceMethod
impl Debug for TrailingWhitespaceMethod
Source§impl<D> Decoder<D> for TrailingWhitespaceMethodwhere
D: Context,
impl<D> Decoder<D> for TrailingWhitespaceMethodwhere
D: Context,
Source§impl Default for TrailingWhitespaceMethod
impl Default for TrailingWhitespaceMethod
Source§impl<E> Encoder<E> for TrailingWhitespaceMethodwhere
E: Context,
impl<E> Encoder<E> for TrailingWhitespaceMethodwhere
E: Context,
Source§impl<E, D> Method<E, D> for TrailingWhitespaceMethod
impl<E, D> Method<E, D> for TrailingWhitespaceMethod
fn method_name(&self) -> String
Source§impl PartialEq for TrailingWhitespaceMethod
impl PartialEq for TrailingWhitespaceMethod
impl StructuralPartialEq for TrailingWhitespaceMethod
Auto Trait Implementations§
impl Freeze for TrailingWhitespaceMethod
impl RefUnwindSafe for TrailingWhitespaceMethod
impl Send for TrailingWhitespaceMethod
impl Sync for TrailingWhitespaceMethod
impl Unpin for TrailingWhitespaceMethod
impl UnwindSafe for TrailingWhitespaceMethod
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