Struct rbatis_codegen::codegen::syntax_tree::bind_node::BindNode
source · [−]Fields
name: String
value: String
Trait Implementations
sourceimpl DefaultName for BindNode
impl DefaultName for BindNode
fn default_name() -> &'static str
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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