pub struct YellowstoneConfig {
pub endpoint: String,
pub x_token: Option<String>,
}Expand description
Yellowstone gRPC configuration
Fields§
§endpoint: String§x_token: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for YellowstoneConfig
impl Clone for YellowstoneConfig
Source§fn clone(&self) -> YellowstoneConfig
fn clone(&self) -> YellowstoneConfig
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 YellowstoneConfig
impl RefUnwindSafe for YellowstoneConfig
impl Send for YellowstoneConfig
impl Sync for YellowstoneConfig
impl Unpin for YellowstoneConfig
impl UnwindSafe for YellowstoneConfig
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