pub struct MethodsListSerializer;
Implementations§
Auto Trait Implementations§
impl Freeze for MethodsListSerializer
impl RefUnwindSafe for MethodsListSerializer
impl Send for MethodsListSerializer
impl Sync for MethodsListSerializer
impl Unpin for MethodsListSerializer
impl UnwindSafe for MethodsListSerializer
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