pub struct SyncStageSupport {
pub queues: Option<String>,
}Fields§
§queues: Option<String>Trait Implementations§
Source§impl Clone for SyncStageSupport
impl Clone for SyncStageSupport
Source§fn clone(&self) -> SyncStageSupport
fn clone(&self) -> SyncStageSupport
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 SyncStageSupport
impl Debug for SyncStageSupport
Source§impl PartialEq for SyncStageSupport
impl PartialEq for SyncStageSupport
impl Eq for SyncStageSupport
impl StructuralPartialEq for SyncStageSupport
Auto Trait Implementations§
impl Freeze for SyncStageSupport
impl RefUnwindSafe for SyncStageSupport
impl Send for SyncStageSupport
impl Sync for SyncStageSupport
impl Unpin for SyncStageSupport
impl UnwindSafe for SyncStageSupport
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