pub struct ListCompatibleStorageResponse {
pub storages: Vec<CompatibleStorage>,
}Fields§
§storages: Vec<CompatibleStorage>Trait Implementations§
Source§impl Clone for ListCompatibleStorageResponse
impl Clone for ListCompatibleStorageResponse
Source§fn clone(&self) -> ListCompatibleStorageResponse
fn clone(&self) -> ListCompatibleStorageResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ListCompatibleStorageResponse
impl<'de> Deserialize<'de> for ListCompatibleStorageResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListCompatibleStorageResponse
impl RefUnwindSafe for ListCompatibleStorageResponse
impl Send for ListCompatibleStorageResponse
impl Sync for ListCompatibleStorageResponse
impl Unpin for ListCompatibleStorageResponse
impl UnsafeUnpin for ListCompatibleStorageResponse
impl UnwindSafe for ListCompatibleStorageResponse
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