pub struct ThreadgateView {
pub cid: Option<String>,
pub lists: Option<Vec<ListViewBasic>>,
pub record: Option<Value>,
pub uri: Option<AtUri>,
}Fields§
§cid: Option<String>§lists: Option<Vec<ListViewBasic>>§record: Option<Value>§uri: Option<AtUri>Trait Implementations§
Source§impl Clone for ThreadgateView
impl Clone for ThreadgateView
Source§fn clone(&self) -> ThreadgateView
fn clone(&self) -> ThreadgateView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThreadgateView
impl Debug for ThreadgateView
Source§impl<'de> Deserialize<'de> for ThreadgateView
impl<'de> Deserialize<'de> for ThreadgateView
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 ThreadgateView
impl RefUnwindSafe for ThreadgateView
impl Send for ThreadgateView
impl Sync for ThreadgateView
impl Unpin for ThreadgateView
impl UnsafeUnpin for ThreadgateView
impl UnwindSafe for ThreadgateView
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