Struct solana_core::tower_storage::FileTowerStorage
source · pub struct FileTowerStorage {
pub tower_path: PathBuf,
}Fields§
§tower_path: PathBufImplementations§
Trait Implementations§
source§impl Clone for FileTowerStorage
impl Clone for FileTowerStorage
source§fn clone(&self) -> FileTowerStorage
fn clone(&self) -> FileTowerStorage
Returns a copy 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 moresource§impl Debug for FileTowerStorage
impl Debug for FileTowerStorage
source§impl Default for FileTowerStorage
impl Default for FileTowerStorage
source§fn default() -> FileTowerStorage
fn default() -> FileTowerStorage
Returns the “default value” for a type. Read more
source§impl PartialEq<FileTowerStorage> for FileTowerStorage
impl PartialEq<FileTowerStorage> for FileTowerStorage
source§fn eq(&self, other: &FileTowerStorage) -> bool
fn eq(&self, other: &FileTowerStorage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TowerStorage for FileTowerStorage
impl TowerStorage for FileTowerStorage
impl Eq for FileTowerStorage
impl StructuralEq for FileTowerStorage
impl StructuralPartialEq for FileTowerStorage
Auto Trait Implementations§
impl RefUnwindSafe for FileTowerStorage
impl Send for FileTowerStorage
impl Sync for FileTowerStorage
impl Unpin for FileTowerStorage
impl UnwindSafe for FileTowerStorage
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Requestsource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request