pub struct FinishedGeneration { /* private fields */ }Expand description
A finished generation on the server.
A generation is finished when it’s on the server. It can be
fetched so it can be used as a LocalGeneration.
Implementations§
Trait Implementations§
Source§impl Clone for FinishedGeneration
impl Clone for FinishedGeneration
Source§fn clone(&self) -> FinishedGeneration
fn clone(&self) -> FinishedGeneration
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 FinishedGeneration
impl RefUnwindSafe for FinishedGeneration
impl Send for FinishedGeneration
impl Sync for FinishedGeneration
impl Unpin for FinishedGeneration
impl UnwindSafe for FinishedGeneration
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