#[non_exhaustive]pub struct ManualSchedule { /* private fields */ }Expand description
Options customizing manual transfers schedule.
Implementations§
Trait Implementations§
Source§impl Clone for ManualSchedule
impl Clone for ManualSchedule
Source§fn clone(&self) -> ManualSchedule
fn clone(&self) -> ManualSchedule
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 ManualSchedule
impl Debug for ManualSchedule
Source§impl Default for ManualSchedule
impl Default for ManualSchedule
Source§fn default() -> ManualSchedule
fn default() -> ManualSchedule
Returns the “default value” for a type. Read more
Source§impl Message for ManualSchedule
impl Message for ManualSchedule
Source§impl PartialEq for ManualSchedule
impl PartialEq for ManualSchedule
impl StructuralPartialEq for ManualSchedule
Auto Trait Implementations§
impl Freeze for ManualSchedule
impl RefUnwindSafe for ManualSchedule
impl Send for ManualSchedule
impl Sync for ManualSchedule
impl Unpin for ManualSchedule
impl UnwindSafe for ManualSchedule
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