pub struct ListSharingOut {
pub data: Vec<SharingOut>,
}Fields§
§data: Vec<SharingOut>Implementations§
Source§impl ListSharingOut
impl ListSharingOut
pub fn new(data: Vec<SharingOut>) -> ListSharingOut
Trait Implementations§
Source§impl Clone for ListSharingOut
impl Clone for ListSharingOut
Source§fn clone(&self) -> ListSharingOut
fn clone(&self) -> ListSharingOut
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 ListSharingOut
impl Debug for ListSharingOut
Source§impl Default for ListSharingOut
impl Default for ListSharingOut
Source§fn default() -> ListSharingOut
fn default() -> ListSharingOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListSharingOut
impl<'de> Deserialize<'de> for ListSharingOut
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
Source§impl PartialEq for ListSharingOut
impl PartialEq for ListSharingOut
Source§impl Serialize for ListSharingOut
impl Serialize for ListSharingOut
impl StructuralPartialEq for ListSharingOut
Auto Trait Implementations§
impl Freeze for ListSharingOut
impl RefUnwindSafe for ListSharingOut
impl Send for ListSharingOut
impl Sync for ListSharingOut
impl Unpin for ListSharingOut
impl UnsafeUnpin for ListSharingOut
impl UnwindSafe for ListSharingOut
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