Struct godot::classes::json_rpc::ExMakeResponseError   
source · pub struct ExMakeResponseError<'a> { /* private fields */ }Expand description
Default-param extender for JsonRpc::make_response_error_ex.
Implementations§
source§impl<'a> ExMakeResponseError<'a>
 
impl<'a> ExMakeResponseError<'a>
pub fn id(self, value: Variant) -> ExMakeResponseError<'a>
pub fn done(self) -> Dictionary
Auto Trait Implementations§
impl<'a> Freeze for ExMakeResponseError<'a>
impl<'a> RefUnwindSafe for ExMakeResponseError<'a>
impl<'a> !Send for ExMakeResponseError<'a>
impl<'a> !Sync for ExMakeResponseError<'a>
impl<'a> Unpin for ExMakeResponseError<'a>
impl<'a> UnwindSafe for ExMakeResponseError<'a>
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