pub struct ScanList {
pub data: Option<Vec<ScanView>>,
}Fields§
§data: Option<Vec<ScanView>>Data is the caller org’s scans, newest first.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ScanList
impl<'de> Deserialize<'de> for ScanList
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 ScanList
Auto Trait Implementations§
impl Freeze for ScanList
impl RefUnwindSafe for ScanList
impl Send for ScanList
impl Sync for ScanList
impl Unpin for ScanList
impl UnsafeUnpin for ScanList
impl UnwindSafe for ScanList
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