pub struct ModuleAuthority;Implementations§
Source§impl ModuleAuthority
impl ModuleAuthority
pub fn publish(&self, node_selection: NodeSelection, wasm_binary: Vec<u8>)
pub fn remove(&self, node_selection: NodeSelection, module_name: String)
Auto Trait Implementations§
impl Freeze for ModuleAuthority
impl RefUnwindSafe for ModuleAuthority
impl Send for ModuleAuthority
impl Sync for ModuleAuthority
impl Unpin for ModuleAuthority
impl UnwindSafe for ModuleAuthority
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