pub struct CeremonyController {
namespace: Option<String>,
}Fields§
§namespace: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for CeremonyController
impl RefUnwindSafe for CeremonyController
impl Send for CeremonyController
impl Sync for CeremonyController
impl Unpin for CeremonyController
impl UnsafeUnpin for CeremonyController
impl UnwindSafe for CeremonyController
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