pub struct ApiServerState {
pub store: Arc<ResourceStore>,
}Expand description
API Server state
Fields§
§store: Arc<ResourceStore>Resource store
Trait Implementations§
Source§impl Clone for ApiServerState
impl Clone for ApiServerState
Source§fn clone(&self) -> ApiServerState
fn clone(&self) -> ApiServerState
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 ApiServerState
impl !RefUnwindSafe for ApiServerState
impl Send for ApiServerState
impl Sync for ApiServerState
impl Unpin for ApiServerState
impl !UnwindSafe for ApiServerState
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