pub struct ScriptMethodAttributes {
pub rpc_mode: RpcMode,
}Fields§
§rpc_mode: RpcModeAuto Trait Implementations§
impl Freeze for ScriptMethodAttributes
impl RefUnwindSafe for ScriptMethodAttributes
impl Send for ScriptMethodAttributes
impl Sync for ScriptMethodAttributes
impl Unpin for ScriptMethodAttributes
impl UnwindSafe for ScriptMethodAttributes
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