Struct FolderActionSteps
#[repr(transparent)]pub struct FolderActionSteps(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for FolderActionSteps
impl Clone for FolderActionSteps
§fn clone(&self) -> FolderActionSteps
fn clone(&self) -> FolderActionSteps
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 more§impl Debug for FolderActionSteps
impl Debug for FolderActionSteps
§impl Default for FolderActionSteps
impl Default for FolderActionSteps
§fn default() -> FolderActionSteps
fn default() -> FolderActionSteps
Returns the “default value” for a type. Read more
§impl PartialEq for FolderActionSteps
impl PartialEq for FolderActionSteps
impl Copy for FolderActionSteps
impl Eq for FolderActionSteps
impl StructuralPartialEq for FolderActionSteps
Auto Trait Implementations§
impl Freeze for FolderActionSteps
impl RefUnwindSafe for FolderActionSteps
impl Send for FolderActionSteps
impl Sync for FolderActionSteps
impl Unpin for FolderActionSteps
impl UnwindSafe for FolderActionSteps
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