pub struct GenerationRef {
pub closure_hash: String,
pub channel_ref: Option<String>,
pub boot_id: String,
}Fields§
§closure_hash: String§channel_ref: Option<String>§boot_id: StringTrait Implementations§
Source§impl Clone for GenerationRef
impl Clone for GenerationRef
Source§fn clone(&self) -> GenerationRef
fn clone(&self) -> GenerationRef
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 GenerationRef
impl Debug for GenerationRef
Source§impl<'de> Deserialize<'de> for GenerationRef
impl<'de> Deserialize<'de> for GenerationRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GenerationRef
impl RefUnwindSafe for GenerationRef
impl Send for GenerationRef
impl Sync for GenerationRef
impl Unpin for GenerationRef
impl UnwindSafe for GenerationRef
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