pub struct FfiDescriptor(pub PathDescriptor);
Tuple Fields§
§0: PathDescriptor
Trait Implementations§
Source§impl AllowDescriptor for FfiDescriptor
impl AllowDescriptor for FfiDescriptor
type QueryDesc<'a> = FfiQueryDescriptor<'a>
type DenyDesc = FfiDescriptor
Source§impl Clone for FfiDescriptor
impl Clone for FfiDescriptor
Source§fn clone(&self) -> FfiDescriptor
fn clone(&self) -> FfiDescriptor
Returns a duplicate of the value. Read more
1.0.0 · 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 FfiDescriptor
impl Debug for FfiDescriptor
Source§impl Hash for FfiDescriptor
impl Hash for FfiDescriptor
Source§impl PartialEq for FfiDescriptor
impl PartialEq for FfiDescriptor
impl DenyDescriptor for FfiDescriptor
impl Eq for FfiDescriptor
impl StructuralPartialEq for FfiDescriptor
Auto Trait Implementations§
impl Freeze for FfiDescriptor
impl RefUnwindSafe for FfiDescriptor
impl Send for FfiDescriptor
impl Sync for FfiDescriptor
impl Unpin for FfiDescriptor
impl UnwindSafe for FfiDescriptor
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