pub struct RehydrateSessionQuery {
pub root_node_id: String,
pub roles: Vec<String>,
pub persist_snapshot: bool,
pub timeline_window: u32,
pub snapshot_ttl_seconds: u64,
}Fields§
§root_node_id: String§roles: Vec<String>§persist_snapshot: bool§timeline_window: u32§snapshot_ttl_seconds: u64Trait Implementations§
Source§impl Clone for RehydrateSessionQuery
impl Clone for RehydrateSessionQuery
Source§fn clone(&self) -> RehydrateSessionQuery
fn clone(&self) -> RehydrateSessionQuery
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 RehydrateSessionQuery
impl Debug for RehydrateSessionQuery
impl Eq for RehydrateSessionQuery
Source§impl PartialEq for RehydrateSessionQuery
impl PartialEq for RehydrateSessionQuery
impl StructuralPartialEq for RehydrateSessionQuery
Auto Trait Implementations§
impl Freeze for RehydrateSessionQuery
impl RefUnwindSafe for RehydrateSessionQuery
impl Send for RehydrateSessionQuery
impl Sync for RehydrateSessionQuery
impl Unpin for RehydrateSessionQuery
impl UnsafeUnpin for RehydrateSessionQuery
impl UnwindSafe for RehydrateSessionQuery
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