pub struct RobotEnvelope {
pub generated_at: String,
pub data_hash: String,
pub output_format: String,
pub version: String,
}Fields§
§generated_at: String§data_hash: String§output_format: String§version: StringTrait Implementations§
Source§impl Clone for RobotEnvelope
impl Clone for RobotEnvelope
Source§fn clone(&self) -> RobotEnvelope
fn clone(&self) -> RobotEnvelope
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 RobotEnvelope
impl Debug for RobotEnvelope
Auto Trait Implementations§
impl Freeze for RobotEnvelope
impl RefUnwindSafe for RobotEnvelope
impl Send for RobotEnvelope
impl Sync for RobotEnvelope
impl Unpin for RobotEnvelope
impl UnsafeUnpin for RobotEnvelope
impl UnwindSafe for RobotEnvelope
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