pub struct OxanusWebState {
pub storage: Storage,
pub catalog: Catalog,
pub base_path: String,
}Fields§
§storage: Storage§catalog: Catalog§base_path: StringTrait Implementations§
Source§impl Clone for OxanusWebState
impl Clone for OxanusWebState
Source§fn clone(&self) -> OxanusWebState
fn clone(&self) -> OxanusWebState
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 OxanusWebState
impl !RefUnwindSafe for OxanusWebState
impl Send for OxanusWebState
impl Sync for OxanusWebState
impl Unpin for OxanusWebState
impl UnsafeUnpin for OxanusWebState
impl !UnwindSafe for OxanusWebState
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