pub struct CallList {
pub data: Option<Vec<Call>>,
}Fields§
§data: Option<Vec<Call>>Data is this org’s own calls, newest first — what this platform placed or received on its behalf, which is our record rather than the carrier’s.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CallList
impl<'de> Deserialize<'de> for CallList
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 CallList
Auto Trait Implementations§
impl Freeze for CallList
impl RefUnwindSafe for CallList
impl Send for CallList
impl Sync for CallList
impl Unpin for CallList
impl UnsafeUnpin for CallList
impl UnwindSafe for CallList
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