pub struct TriggerInput {
pub url: String,
}Fields§
§url: StringTrait Implementations§
Source§impl Clone for TriggerInput
impl Clone for TriggerInput
Source§fn clone(&self) -> TriggerInput
fn clone(&self) -> TriggerInput
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 TriggerInput
impl Debug for TriggerInput
Auto Trait Implementations§
impl Freeze for TriggerInput
impl RefUnwindSafe for TriggerInput
impl Send for TriggerInput
impl Sync for TriggerInput
impl Unpin for TriggerInput
impl UnsafeUnpin for TriggerInput
impl UnwindSafe for TriggerInput
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