Struct ic_canister_kit::stable::notifiable::NotificationSearch
source · pub struct NotificationSearch {
pub id: Option<(Option<u64>, Option<u64>)>,
pub created: Option<(Option<TimestampNanos>, Option<TimestampNanos>)>,
pub caller: Option<HashSet<CallerId>>,
pub title: Option<String>,
pub read: Option<bool>,
}Fields§
§id: Option<(Option<u64>, Option<u64>)>§created: Option<(Option<TimestampNanos>, Option<TimestampNanos>)>§caller: Option<HashSet<CallerId>>§title: Option<String>§read: Option<bool>Trait Implementations§
source§impl CandidType for NotificationSearch
impl CandidType for NotificationSearch
source§impl Clone for NotificationSearch
impl Clone for NotificationSearch
source§fn clone(&self) -> NotificationSearch
fn clone(&self) -> NotificationSearch
Returns a copy 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 NotificationSearch
impl Debug for NotificationSearch
source§impl<'de> Deserialize<'de> for NotificationSearch
impl<'de> Deserialize<'de> for NotificationSearch
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 RefUnwindSafe for NotificationSearch
impl Send for NotificationSearch
impl Sync for NotificationSearch
impl Unpin for NotificationSearch
impl UnwindSafe for NotificationSearch
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