pub struct ServerControlAttributeNeedsToBeSet;Expand description
Placeholder struct for ServerControlBuilder indicating that an attribute needs to be set.
Trait Implementations§
Source§impl Clone for ServerControlAttributeNeedsToBeSet
impl Clone for ServerControlAttributeNeedsToBeSet
Source§fn clone(&self) -> ServerControlAttributeNeedsToBeSet
fn clone(&self) -> ServerControlAttributeNeedsToBeSet
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 moreimpl Copy for ServerControlAttributeNeedsToBeSet
Auto Trait Implementations§
impl Freeze for ServerControlAttributeNeedsToBeSet
impl RefUnwindSafe for ServerControlAttributeNeedsToBeSet
impl Send for ServerControlAttributeNeedsToBeSet
impl Sync for ServerControlAttributeNeedsToBeSet
impl Unpin for ServerControlAttributeNeedsToBeSet
impl UnsafeUnpin for ServerControlAttributeNeedsToBeSet
impl UnwindSafe for ServerControlAttributeNeedsToBeSet
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