pub struct BootstrapList;
Trait Implementations§
Source§impl ApiRequest for BootstrapList
impl ApiRequest for BootstrapList
Source§impl Serialize for BootstrapList
impl Serialize for BootstrapList
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 BootstrapList
impl RefUnwindSafe for BootstrapList
impl Send for BootstrapList
impl Sync for BootstrapList
impl Unpin for BootstrapList
impl UnwindSafe for BootstrapList
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