pub struct PortalFlowsFlowSubscriptionUpdate {
pub subscription: String,
}
Fields§
§subscription: String
The ID of the subscription to be updated.
Trait Implementations§
Source§impl Clone for PortalFlowsFlowSubscriptionUpdate
impl Clone for PortalFlowsFlowSubscriptionUpdate
Source§fn clone(&self) -> PortalFlowsFlowSubscriptionUpdate
fn clone(&self) -> PortalFlowsFlowSubscriptionUpdate
Returns a duplicate 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 FromValueOpt for PortalFlowsFlowSubscriptionUpdate
impl FromValueOpt for PortalFlowsFlowSubscriptionUpdate
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PortalFlowsFlowSubscriptionUpdate
impl RefUnwindSafe for PortalFlowsFlowSubscriptionUpdate
impl Send for PortalFlowsFlowSubscriptionUpdate
impl Sync for PortalFlowsFlowSubscriptionUpdate
impl Unpin for PortalFlowsFlowSubscriptionUpdate
impl UnwindSafe for PortalFlowsFlowSubscriptionUpdate
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