pub struct AttentionListRequest {
pub realm_id: Option<String>,
pub namespace: Option<WorkNamespace>,
pub target: Option<WorkAttentionTarget>,
pub status: Option<WorkAttentionStatus>,
}Fields§
§realm_id: Option<String>§namespace: Option<WorkNamespace>§target: Option<WorkAttentionTarget>§status: Option<WorkAttentionStatus>Trait Implementations§
Source§impl Clone for AttentionListRequest
impl Clone for AttentionListRequest
Source§fn clone(&self) -> AttentionListRequest
fn clone(&self) -> AttentionListRequest
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 AttentionListRequest
impl Debug for AttentionListRequest
Source§impl Default for AttentionListRequest
impl Default for AttentionListRequest
Source§fn default() -> AttentionListRequest
fn default() -> AttentionListRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttentionListRequest
impl<'de> Deserialize<'de> for AttentionListRequest
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 AttentionListRequest
impl RefUnwindSafe for AttentionListRequest
impl Send for AttentionListRequest
impl Sync for AttentionListRequest
impl Unpin for AttentionListRequest
impl UnsafeUnpin for AttentionListRequest
impl UnwindSafe for AttentionListRequest
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