pub struct BodyStoreHandle {
pub service_name: String,
pub groups: Vec<String>,
pub body_store: Arc<BodyStore>,
}Fields§
§service_name: String§groups: Vec<String>§body_store: Arc<BodyStore>Trait Implementations§
Source§impl Clone for BodyStoreHandle
impl Clone for BodyStoreHandle
Source§fn clone(&self) -> BodyStoreHandle
fn clone(&self) -> BodyStoreHandle
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 BodyStoreHandle
impl RefUnwindSafe for BodyStoreHandle
impl Send for BodyStoreHandle
impl Sync for BodyStoreHandle
impl Unpin for BodyStoreHandle
impl UnsafeUnpin for BodyStoreHandle
impl UnwindSafe for BodyStoreHandle
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