pub struct juice_agent { /* private fields */ }Trait Implementations§
Source§impl Clone for juice_agent
impl Clone for juice_agent
Source§fn clone(&self) -> juice_agent
fn clone(&self) -> juice_agent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 juice_agent
impl Debug for juice_agent
impl Copy for juice_agent
Auto Trait Implementations§
impl Freeze for juice_agent
impl RefUnwindSafe for juice_agent
impl Send for juice_agent
impl Sync for juice_agent
impl Unpin for juice_agent
impl UnsafeUnpin for juice_agent
impl UnwindSafe for juice_agent
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