pub struct NoneSourceAction(/* private fields */);Implementations§
Source§impl NoneSourceAction
impl NoneSourceAction
pub fn new(val: impl Into<PauseAction>) -> Self
pub fn inner(&self) -> &PauseAction
Source§impl NoneSourceAction
impl NoneSourceAction
pub const IDENTIFIER: &'static str = "input.NoneSourceAction"
pub const DOMAIN_DIRECTION: &'static str = "remote"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for NoneSourceAction
impl Clone for NoneSourceAction
Source§fn clone(&self) -> NoneSourceAction
fn clone(&self) -> NoneSourceAction
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 Debug for NoneSourceAction
impl Debug for NoneSourceAction
Source§impl<'de> Deserialize<'de> for NoneSourceAction
impl<'de> Deserialize<'de> for NoneSourceAction
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
Source§impl PartialEq for NoneSourceAction
impl PartialEq for NoneSourceAction
Source§impl Serialize for NoneSourceAction
impl Serialize for NoneSourceAction
impl StructuralPartialEq for NoneSourceAction
Auto Trait Implementations§
impl Freeze for NoneSourceAction
impl RefUnwindSafe for NoneSourceAction
impl Send for NoneSourceAction
impl Sync for NoneSourceAction
impl Unpin for NoneSourceAction
impl UnsafeUnpin for NoneSourceAction
impl UnwindSafe for NoneSourceAction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more