Struct rbatis_codegen::codegen::syntax_tree::bind_node::BindNode
source · Fields
name: Stringvalue: StringTrait Implementations
sourceimpl DefaultName for BindNode
impl DefaultName for BindNode
fn default_name() -> &'static str
impl Eq for BindNode
impl StructuralEq for BindNode
impl StructuralPartialEq for BindNode
Auto Trait Implementations
impl RefUnwindSafe for BindNode
impl Send for BindNode
impl Sync for BindNode
impl Unpin for BindNode
impl UnwindSafe for BindNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more