pub struct TriggersList {
pub triggers: Vec<Trigger>,
pub total: usize,
pub next_page_token: String,
}Fields§
§triggers: Vec<Trigger>§total: usize§next_page_token: StringTrait Implementations§
Source§impl Clone for TriggersList
impl Clone for TriggersList
Source§fn clone(&self) -> TriggersList
fn clone(&self) -> TriggersList
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 TriggersList
impl Debug for TriggersList
Source§impl PartialEq for TriggersList
impl PartialEq for TriggersList
impl StructuralPartialEq for TriggersList
Auto Trait Implementations§
impl Freeze for TriggersList
impl RefUnwindSafe for TriggersList
impl Send for TriggersList
impl Sync for TriggersList
impl Unpin for TriggersList
impl UnsafeUnpin for TriggersList
impl UnwindSafe for TriggersList
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