pub struct WriterLeaseDraft {
pub thread: String,
pub actor_session_id: Option<String>,
pub task_assignment_id: Option<String>,
pub anchor_state: Option<String>,
pub anchor_root: Option<String>,
pub path: Option<PathBuf>,
pub pid: Option<u32>,
pub boot_id: Option<String>,
}Fields§
§thread: String§actor_session_id: Option<String>§task_assignment_id: Option<String>§anchor_state: Option<String>§anchor_root: Option<String>§path: Option<PathBuf>§pid: Option<u32>§boot_id: Option<String>Trait Implementations§
Source§impl Clone for WriterLeaseDraft
impl Clone for WriterLeaseDraft
Source§fn clone(&self) -> WriterLeaseDraft
fn clone(&self) -> WriterLeaseDraft
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 moreAuto Trait Implementations§
impl Freeze for WriterLeaseDraft
impl RefUnwindSafe for WriterLeaseDraft
impl Send for WriterLeaseDraft
impl Sync for WriterLeaseDraft
impl Unpin for WriterLeaseDraft
impl UnsafeUnpin for WriterLeaseDraft
impl UnwindSafe for WriterLeaseDraft
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