pub struct PodConfig {
pub namespace: String,
pub token: String,
}Expand description
Configuration as Pod
Fields§
§namespace: String§token: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PodConfig
impl RefUnwindSafe for PodConfig
impl Send for PodConfig
impl Sync for PodConfig
impl Unpin for PodConfig
impl UnsafeUnpin for PodConfig
impl UnwindSafe for PodConfig
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