pub struct SidecarJsBridgeCall {
pub call_id: String,
pub mount_id: String,
pub operation: String,
pub args: Value,
}Expand description
A sidecar-initiated js_bridge-style filesystem callback.
Fields§
§call_id: String§mount_id: String§operation: String§args: ValueTrait Implementations§
Source§impl Clone for SidecarJsBridgeCall
impl Clone for SidecarJsBridgeCall
Source§fn clone(&self) -> SidecarJsBridgeCall
fn clone(&self) -> SidecarJsBridgeCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SidecarJsBridgeCall
impl Debug for SidecarJsBridgeCall
impl Eq for SidecarJsBridgeCall
Source§impl PartialEq for SidecarJsBridgeCall
impl PartialEq for SidecarJsBridgeCall
Source§fn eq(&self, other: &SidecarJsBridgeCall) -> bool
fn eq(&self, other: &SidecarJsBridgeCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SidecarJsBridgeCall
Auto Trait Implementations§
impl Freeze for SidecarJsBridgeCall
impl RefUnwindSafe for SidecarJsBridgeCall
impl Send for SidecarJsBridgeCall
impl Sync for SidecarJsBridgeCall
impl Unpin for SidecarJsBridgeCall
impl UnsafeUnpin for SidecarJsBridgeCall
impl UnwindSafe for SidecarJsBridgeCall
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.