pub struct ListChains {
pub family: String,
}
Fields§
§family: String
Trait Implementations§
Source§impl Clone for ListChains
impl Clone for ListChains
Source§fn clone(&self) -> ListChains
fn clone(&self) -> ListChains
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 ListChains
impl Debug for ListChains
Source§impl Default for ListChains
impl Default for ListChains
Source§fn default() -> ListChains
fn default() -> ListChains
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListChains
impl<'de> Deserialize<'de> for ListChains
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 ListChains
impl RefUnwindSafe for ListChains
impl Send for ListChains
impl Sync for ListChains
impl Unpin for ListChains
impl UnwindSafe for ListChains
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