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