pub struct Scids {
pub scids: Vec<Scid>,
}Expand description
Upgradeable API struct for multiple scids.
Fields§
§scids: Vec<Scid>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Scids
impl<'de> Deserialize<'de> for Scids
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
impl StructuralPartialEq for Scids
Auto Trait Implementations§
impl Freeze for Scids
impl RefUnwindSafe for Scids
impl Send for Scids
impl Sync for Scids
impl Unpin for Scids
impl UnsafeUnpin for Scids
impl UnwindSafe for Scids
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