pub struct RocketConfig {
pub namespace: Option<String>,
}Fields§
§namespace: Option<String>Trait Implementations§
Source§impl Clone for RocketConfig
impl Clone for RocketConfig
Source§fn clone(&self) -> RocketConfig
fn clone(&self) -> RocketConfig
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 RocketConfig
impl Debug for RocketConfig
Source§impl Default for RocketConfig
impl Default for RocketConfig
Source§fn default() -> RocketConfig
fn default() -> RocketConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RocketConfig
impl RefUnwindSafe for RocketConfig
impl Send for RocketConfig
impl Sync for RocketConfig
impl Unpin for RocketConfig
impl UnsafeUnpin for RocketConfig
impl UnwindSafe for RocketConfig
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