pub struct ServerInstructions {
pub server_name: String,
pub instructions: String,
}Fields§
§server_name: String§instructions: StringTrait Implementations§
Source§impl Clone for ServerInstructions
impl Clone for ServerInstructions
Source§fn clone(&self) -> ServerInstructions
fn clone(&self) -> ServerInstructions
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 moreAuto Trait Implementations§
impl Freeze for ServerInstructions
impl RefUnwindSafe for ServerInstructions
impl Send for ServerInstructions
impl Sync for ServerInstructions
impl Unpin for ServerInstructions
impl UnsafeUnpin for ServerInstructions
impl UnwindSafe for ServerInstructions
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