pub struct TarAdd;
Trait Implementations§
Source§impl ApiRequest for TarAdd
impl ApiRequest for TarAdd
Source§impl Serialize for TarAdd
impl Serialize for TarAdd
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for TarAdd
impl RefUnwindSafe for TarAdd
impl Send for TarAdd
impl Sync for TarAdd
impl Unpin for TarAdd
impl UnwindSafe for TarAdd
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