#[repr(C)]pub struct C4CollectionSpec {
pub name: FLSlice,
pub scope: FLSlice,
}Expand description
Full identifier of a collection in a database, including its scope.
Fields§
§name: FLSlice§scope: FLSliceTrait Implementations§
Source§impl Clone for C4CollectionSpec
impl Clone for C4CollectionSpec
Source§fn clone(&self) -> C4CollectionSpec
fn clone(&self) -> C4CollectionSpec
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 C4CollectionSpec
impl Debug for C4CollectionSpec
impl Copy for C4CollectionSpec
Auto Trait Implementations§
impl Freeze for C4CollectionSpec
impl RefUnwindSafe for C4CollectionSpec
impl !Send for C4CollectionSpec
impl !Sync for C4CollectionSpec
impl Unpin for C4CollectionSpec
impl UnwindSafe for C4CollectionSpec
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