pub struct FieldHandle {
pub table: TableHandle,
pub id: String,
}Fields§
§table: TableHandle§id: StringImplementations§
Source§impl FieldHandle
impl FieldHandle
pub fn to_ref(&self) -> FieldRef
pub fn type(&self) -> FieldType
pub fn renamed_from(self, old_name: &str) -> FieldHandle
Trait Implementations§
Source§impl Clone for FieldHandle
impl Clone for FieldHandle
Source§fn clone(&self) -> FieldHandle
fn clone(&self) -> FieldHandle
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 moreAuto Trait Implementations§
impl Freeze for FieldHandle
impl !RefUnwindSafe for FieldHandle
impl !Send for FieldHandle
impl !Sync for FieldHandle
impl Unpin for FieldHandle
impl UnsafeUnpin for FieldHandle
impl !UnwindSafe for FieldHandle
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