Struct fuel_indexer_database_types::IdCol
source · pub struct IdCol {}Implementations§
source§impl IdCol
impl IdCol
pub fn to_lowercase_string() -> String
pub fn to_uppercase_string() -> String
Auto Trait Implementations§
impl RefUnwindSafe for IdCol
impl Send for IdCol
impl Sync for IdCol
impl Unpin for IdCol
impl UnwindSafe for IdCol
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