pub struct GetMeRequest {}Trait Implementations§
Source§impl Clone for GetMeRequest
impl Clone for GetMeRequest
Source§fn clone(&self) -> GetMeRequest
fn clone(&self) -> GetMeRequest
Returns a duplicate 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 GetMeRequest
impl Debug for GetMeRequest
Source§impl Serialize for GetMeRequest
impl Serialize for GetMeRequest
impl Request for GetMeRequest
Auto Trait Implementations§
impl Freeze for GetMeRequest
impl RefUnwindSafe for GetMeRequest
impl Send for GetMeRequest
impl Sync for GetMeRequest
impl Unpin for GetMeRequest
impl UnwindSafe for GetMeRequest
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