pub struct StageConfiguration(/* private fields */);Implementations§
Source§impl StageConfiguration
impl StageConfiguration
pub fn builder() -> StageConfigurationBuilder
Trait Implementations§
Source§impl Clone for StageConfiguration
impl Clone for StageConfiguration
Source§fn clone(&self) -> StageConfiguration
fn clone(&self) -> StageConfiguration
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 StageConfiguration
impl Debug for StageConfiguration
Source§impl Ord for StageConfiguration
impl Ord for StageConfiguration
Source§fn cmp(&self, other: &StageConfiguration) -> Ordering
fn cmp(&self, other: &StageConfiguration) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StageConfiguration
impl PartialEq for StageConfiguration
Source§impl PartialOrd for StageConfiguration
impl PartialOrd for StageConfiguration
impl Copy for StageConfiguration
impl Eq for StageConfiguration
impl StructuralPartialEq for StageConfiguration
Auto Trait Implementations§
impl Freeze for StageConfiguration
impl RefUnwindSafe for StageConfiguration
impl Send for StageConfiguration
impl Sync for StageConfiguration
impl Unpin for StageConfiguration
impl UnwindSafe for StageConfiguration
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